projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c7a474
)
core: Make pull slightly more verbose
author
Colin Walters
<walters@verbum.org>
Tue, 3 Apr 2012 12:52:44 +0000
(08:52 -0400)
committer
Colin Walters
<walters@verbum.org>
Tue, 3 Apr 2012 12:52:44 +0000
(08:52 -0400)
src/ostree/ostree-pull.c
patch
|
blob
|
history
diff --git
a/src/ostree/ostree-pull.c
b/src/ostree/ostree-pull.c
index de3fa8f088e147470b5d2bffc4705224c9d0b585..b3c1f5a2e9bf6f6b9c7023d441748877984199be 100644
(file)
--- a/
src/ostree/ostree-pull.c
+++ b/
src/ostree/ostree-pull.c
@@
-874,10
+874,14
@@
pull_one_commit (OtPullData *pull_data,
if (!ostree_repo_prepare_transaction (pull_data->repo, NULL, error))
goto out;
+
+ g_print ("Downloading metadata...\n");
if (!fetch_and_store_commit_recurse (pull_data, rev, cancellable, error))
goto out;
+ g_print ("Downloading data...\n");
+
if (!fetch_files (pull_data, cancellable, error))
goto out;